Vertical Page-Flip Information
The collection item ID for vertical page-flip information is defined in the following enumeration:
enum { gxFlipPageVerticalTag = 'flpv' };QuickDraw GX stores vertical page-flip information in the gxFlipPageVerticalInfo structure:
struct gxFlipPageVerticalInfo { Boolean flipVertical; };
Field Description
flipVertical
- The user-specified vertical page-flip information. If
true
, a user chooses to vertically flip the y coordinate on a page before printing.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help